Docs: Document docs-writing.md#3569
Conversation
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR introduces a new AI rules file ( Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @akamabu, thanks for your interest in contributing! This project requires that pull request authors are vouched, and you are not in the list of vouched users. This PR will be closed automatically. See https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md for more details. |
| @@ -1,3 +1,4 @@ | |||
| <!-- Documents .claude/rules/docs-writing.md module purpose and public usage context --> | |||
There was a problem hiding this comment.
🔴 HTML comment before YAML frontmatter breaks path-based rule filtering
The added HTML comment <!-- Documents ... --> on line 1 precedes the --- frontmatter delimiter. YAML frontmatter parsers require the opening --- to be on the very first line of the file. With content before it, the frontmatter block (paths: ["docs/**"]) will not be recognized, so Claude Code won't know this rule is scoped to docs/** files. Depending on the parser, the rule will either be ignored entirely or applied globally to all files instead of only docs. Every other rule file in .claude/rules/ correctly starts with --- on line 1.
| <!-- Documents .claude/rules/docs-writing.md module purpose and public usage context --> | |
| --- |
Was this helpful? React with 👍 or 👎 to provide feedback.
Documents .claude/rules/docs-writing.md module purpose and public usage context